Drafty draft - #1293
Draft
svchb wants to merge 355 commits into
Draft
Conversation
…hb/TrixiParticles.jlOpen into fix/rectangular-shape-inputs
svchb
marked this pull request as draft
August 17, 2026 16:41
# Conflicts: # NEWS.md # docs/src/systems/boundary.md # docs/src/systems/entropically_damped_sph.md # docs/src/systems/fluid.md # docs/src/systems/implicit_incompressible_sph.md # docs/src/systems/total_lagrangian_sph.md # docs/src/systems/weakly_compressible_sph.md # src/callbacks/mechanical_work_calculator.jl # src/callbacks/stepsize.jl # src/general/semidiscretization.jl # src/schemes/fluid/entropically_damped_sph/rhs.jl # src/schemes/fluid/surface_tension.jl # src/schemes/fluid/weakly_compressible_sph/rhs.jl # test/callbacks/stepsize.jl # test/general/custom_quantities.jl # test/schemes/fluid/calculate_dt.jl
# Conflicts: # src/general/corrections.jl
Fix conflicts in EDAC and WCSPH RHS: - adopt mapreduce_neighbor / add_dv_* functional API from origin/main - preserve gradient/force correction splitting from stack (gradient_correction for pressure/shifting, force_correction for free-surface)
…ecycle to restore stack diff
# Conflicts: # src/schemes/fluid/entropically_damped_sph/rhs.jl # src/schemes/fluid/weakly_compressible_sph/rhs.jl # test/general/corrections/lifecycle.jl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backlog after 1252:
merges #1252 and